Crate futures_util

source ·
Expand description

Combinators and utilities for working with Futures, Streams, Sinks, and the AsyncRead and AsyncWrite traits.

Modules§

Macros§

  • Extracts the successful type of a Poll<T>.
  • Extracts the successful type of a Poll<Result<T, E>>.